home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / src / xad_RPM.lha / xad_RPM.readme < prev   
Encoding:
Text File  |  2000-09-11  |  1.7 KB  |  43 lines

  1. Short: RPM xadmaster client
  2. Author: Kyzer/CSG <kyzer@4u.net>
  3. Uploader: Kyzer/CSG <kyzer@4u.net>
  4. Type: dev/src
  5.  
  6. --- About this archive ---
  7.  
  8. This archive contains the normal and 68020-optimised versions of the RPM
  9. client for Dirk Stoecker's XAD system - util/arc/xadmaster.lha and also
  10. includes the source code to this client.
  11.  
  12. --- License ---
  13.  
  14. This program is free software; you can redistribute it and/or modify it
  15. under the terms of the GNU General Public License as published by the Free
  16. Software Foundation; either version 2 of the License, or (at your option)
  17. any later version.
  18.  
  19. This program is distributed in the hope that it will be useful, but WITHOUT
  20. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  21. FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
  22. more details.
  23.  
  24. You should have received a copy of the GNU General Public License along
  25. with this program; if not, write to the Free Software Foundation, Inc., 675
  26. Mass Ave, Cambridge, MA 02139, USA.
  27.  
  28. --- About the client ---
  29.  
  30. The normal version of this client will already be installed if you have
  31. installed the latest version of the XAD system. To install the 68020
  32. optimised version, unpack this archive to RAM:, then execute this command
  33.  
  34.  Copy RAM:RPM.020 LIBS:xad/RPM CLONE
  35.  
  36. This client lets XAD view and extract RPM Package Manager (.RPM) files. You
  37. may also know this as "RedHat Package Manager" files. When you extract the
  38. file, you will only find a single file, ending in ".cpio". This is because
  39. an RPM file is just some special headers and a .cpio.gz archive. RPM will
  40. automatically do the gzip decompression, but it can't directly examine the
  41. .cpio archive for the same reason XAD can't directly look at the .tar part
  42. of a .tar.gz archive. If this bugs you, use Voodoo-X :)
  43.